home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / dbase / fbase12.zip / FREEBASE.HIS < prev    next >
Text File  |  1988-03-29  |  3KB  |  76 lines

  1.  
  2. FREEBASE Free Form Data Base History File
  3. ==============================================================================
  4.  
  5. 12 Mar 88 -- v1.0  Initial Release - Beta Test version
  6.                    compiled with Microsoft QuickBASIC version 2.0
  7.  
  8.  
  9. 18 Mar 88 -- v1.1  Compiled with Microsoft QuickBASIC version 4.0
  10.                    Used UCASE$ to convert strings to upper case for 
  11.                    search.  Decreased search times by approximately
  12.                    10 times.  Implemented F9 Keyword Entry Key, 
  13.                    useful for Menu type data bases.
  14.  
  15.                    Still has a Stack Overflow bug that I am unable
  16.                    to locate so stack was increased to 9000
  17.  
  18. ~
  19.  
  20. 20 Mar 88 -- v1.1  Added code so that program would not abort if
  21.                    no .DB files were present but rather ask
  22.              FB20  for a new filename.  Added colors to numbers.
  23.                    Added code so that {keywords line and ` line
  24.                    would not print to screen even if they were not
  25.                    on line 21, but they must be the first character
  26.                    on the line.
  27.                    
  28. 21 Mar 88 -- v1.2  Changed code to allow loading a plain ASCII file
  29.                    and then saving it with the F7 key fully formatted
  30.              FB21  with keyword markers - end of record markers and
  31.                    end of file marker.  File still requires minor editing
  32.                    but all markers are in place.
  33.  
  34.                    Changed to a FULL 21 line screen with Keyword marker 
  35.                    on line 22 and End Of File marker on line 23.
  36.  
  37.                    Changed to version 1.2  -- FB21
  38.  
  39. ~
  40. 24 Mar 88 -- v1.2  Changed code to allow INITIALLY loading a different file
  41.                    from the default file if desired,  but a plain
  42.              FB24  <cr> at the prompt still loads default file (ADDR.DB)
  43.  
  44.                    Thanks to Robert Meusy for this suggestion.
  45.  
  46. 25 Mar 88 -- v1.2  Fixed bug that was skipping lines 22 and 23 of straight 
  47.                    ASCII files being input.  Now reads and writes ASCII files
  48.              FB25  okay.  Writes EndOfRecord and Keyword and EndOfFile
  49.                    markers as it is supposed to do when writing out ASCII
  50.                    files.
  51.                    Fixed bug that would not allow second search, deletion or
  52.                    printing of search files if SEARCH found all files.
  53.  
  54.                    Placed FBASE12.ARC on MARBBS for users to Beta test
  55.  
  56.                    Added README.DB file to ARChive placed on MARBBS
  57.  
  58. ~
  59. 26 Mar 88 -- v1.2  Fixed bug that would hang up on record 1 or 0 when several
  60.                    new records were loaded in.
  61.  
  62.                    Fixed 'Search Record Not Found' message that was not working
  63.                    and blank screen that came up when no SEARCH matches were
  64.                    found.
  65.  
  66. 28 Mar 88 -- v1.2  Revised DOCumentation file re. Keywords and hopefully made
  67.                    things a little clearer.
  68.  
  69.  
  70.  
  71.  
  72. ~
  73. }
  74.  
  75.  
  76.